home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / Programming / Yaroze / ifxtim / Readme_TIM < prev   
Encoding:
Text File  |  1998-04-04  |  2.0 KB  |  66 lines

  1.  
  2. PlayStation TIM loader and saver module for ImageFX (v1.5 - 04-Apr-1998)
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. These modules will enable you to load and save images in the TIM format 
  5. used by the Sony PlayStation.
  6.  
  7. The new modules will show up in ImageFX as "TIM"
  8.  
  9. Note: When you save a CLUT based or 15-bit TIM file and later read the 
  10. same TIM file the image is not garanteed to be 100% the same! This is 
  11. because the palette in TIM files is stored as 15-bits and not 24-bits - 
  12. so you will lose some colour information.
  13.  
  14. The TIM files also have restrictions on width meaning that an image
  15. may get a bit wider when saving (it will not be stretched!)
  16.  
  17. Enjoy!
  18.  
  19.  
  20. Installation
  21. ~~~~~~~~~~~~
  22. If you have an assign called ImageFX: simply double click the install
  23. icon. If not copy them by hand.
  24.  
  25.  
  26. AREXX
  27. ~~~~~
  28. The saver module has AREXX support. Supported arguments:
  29.  
  30.      X - X position of image. Default 0.
  31.      Y - Y position of image. Default 0.
  32.     CX - X position of CLUT. Default 0.
  33.     CY - Y position of CLUT. Default 0.
  34.   BITS - Number of bits when saving a CLUT-less image. Specify 16 or 24. Default 16.
  35.  TRANS - Controls which colour that will become transparent. Default 0.
  36.            0 - No transparent colour.
  37.            1 - Black.
  38.            2 - The colour of the pixel in the upper left corner.
  39.            3 - The colour of the pixel in the upper right corner.
  40.            4 - The colour of the pixel in the bottom left corner.
  41.            5 - The colour of the pixel in the bottom right corner.
  42.  NOGUI - No GUI will appear. The GUI will normally appear if you haven't specified
  43.          all arguments.
  44.  
  45.             
  46. Distribution
  47. ~~~~~~~~~~~~
  48. These modules are freeware. They are copyrighted © 1997 Jon Rocatis.
  49. Spread them around as you please as long as you don't charge money
  50. for it other than nominal copying fees.
  51.  
  52.  
  53. Legal Stuff
  54. ~~~~~~~~~~~
  55. Use at your own risk. bla. bla. etc..
  56.  
  57.  
  58. Author
  59. ~~~~~~
  60. Jon Rocatis, jon@innerloop.no
  61.  
  62. http://www.geocities.com/SiliconValley/Bay/1507
  63.  
  64. If you find any bugs please tell me about them..
  65.  
  66.